file(GLOB  diskimage_FILES *.cpp)
add_library (diskimage  STATIC EXCLUDE_FROM_ALL ${diskimage_FILES}) 